module Base
{
	imports
	{
		Base,
	}
	recipe Make Wraps from Rags
	{
		RippedSheets=2,
		Result:HandWraps,
		Sound:ClothesRipping,
		Time:150.0,
		Category:Tailoring,
		AnimNode:RipSheets,
	}
	
	recipe Make Makeshift Rag Shoes
	{
		RippedSheets=4,
		Result:RagShoe,
		Sound:ClothesRipping,
		Time:200.0,
		Category:Tailoring,
		AnimNode:RipSheets,
	}
}